home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 201-220 / scopedisk214 / skeleton / skeleton.doc < prev    next >
Text File  |  1995-03-19  |  482b  |  19 lines

  1. Class:           A Skeleton Class for building BOOPSI classes.
  2. Class ID:        (NULL) would be "skeletonrclass" if public.
  3. Superclass:      "rootclass"
  4. Description:     A skeleton for BOOPSI class, eg. a do nothing class.
  5. Include File:    "skeleton.h"
  6.  
  7. New Methods:
  8.     Define new methods here.
  9.  
  10. Changed Methods:
  11.     OM_SET -
  12.         Sorta handles this (if you can call it that :^) )
  13.  
  14. Attributes:
  15.     SKA_NoOp -
  16.         Do nothing attribute.
  17.  
  18.  
  19. (NOTE: this is the recomended BOOPSI documentation style.)